projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
671c5ac
)
label: Don't chain up in size_allocate
author
Timm Bäder
<mail@baedert.org>
Fri, 5 May 2017 10:45:54 +0000
(12:45 +0200)
committer
Matthias Clasen
<mclasen@redhat.com>
Thu, 20 Jul 2017 01:27:12 +0000
(21:27 -0400)
It's unnecessary now.
gtk/gtklabel.c
patch
|
blob
|
history
diff --git
a/gtk/gtklabel.c
b/gtk/gtklabel.c
index e02723809d5719ff46c627d09fef5a680b761884..52d6d5f55ad7d9c42ad901320ac5f0e7db9ab129 100644
(file)
--- a/
gtk/gtklabel.c
+++ b/
gtk/gtklabel.c
@@
-3732,8
+3732,6
@@
gtk_label_size_allocate (GtkWidget *widget,
GtkLabelPrivate *priv = label->priv;
GdkRectangle clip_rect;
- GTK_WIDGET_CLASS (gtk_label_parent_class)->size_allocate (widget, allocation);
-
if (priv->layout)
gtk_label_update_layout_width (label);